Linux user setup
user setup on
Linux
Users and groups - ArchWiki
code:terminal
# useradd -m USERNAME -g wheel
# passwd USERNAME
// wheel に sudo権限が与えられている場合は
# gpasswd -a USERNAME wheel
To add system user, --system option can be used.